github.com/go-pg/pg/v10/orm.DropTableQuery.opt (field)

8 uses

	github.com/go-pg/pg/v10/orm (current package)
		table_drop.go#L10: 	opt *DropTableOptions
		table_drop.go#L21: 		opt: opt,
		table_drop.go#L40: 		opt: q.opt,
		table_drop.go#L61: 	if q.opt != nil && q.opt.IfExists {
		table_drop.go#L68: 	if q.opt != nil && q.opt.Cascade {